InnerTextStyle Property (FlexPieBase<T>)
In This Topic
Get or set the style of text inside pie.
Syntax
'Declaration
Public Property InnerTextStyle As SVGStyle
'Usage
Dim instance As FlexPieBase(Of T)
Dim value As SVGStyle
instance.InnerTextStyle = value
value = instance.InnerTextStyle
public SVGStyle InnerTextStyle {get; set;}
public read-write property InnerTextStyle: SVGStyle;
public function get,set InnerTextStyle : SVGStyle
public: __property SVGStyle* get_InnerTextStyle();
public: __property void set_InnerTextStyle(
SVGStyle* value
);
public:
property SVGStyle^ InnerTextStyle {
SVGStyle^ get();
void set ( SVGStyle^ value);
}
See Also